home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / Internal_34_flash volume up.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  234 b   |  17 lines

  1. on mouseEnter me
  2.   sprite(6).blend = 50
  3. end
  4.  
  5. on mouseLeave me
  6.   sprite(6).blend = 0
  7. end
  8.  
  9. on mouseDown me
  10.   if the soundLevel = 7 then
  11.     nothing()
  12.   else
  13.     set the soundLevel to the soundLevel + 1
  14.   end if
  15.   put the soundLevel
  16. end
  17.